Global Index
HTML5 JS API Index > DOM Tutorials & Specs

DOMError

DOMError will be nuked in favor of using DOMException exclusively. See Creating your own errors on es-discuss for more details.

Properties
DOMString
message
The message attribute must return the value it was initialized to.
DOMString
name
The name attribute must return the value it was initialized to.
Constructor
DOMError(DOMString name, optional DOMString message)
Referenced by
FileReadererror
IDBRequesterror
IDBTransactionerror